R/z[.cbind.createTable.R

"[.cbind.createTable"<-function(x,i,...){
  y<-x
  for (kk in 1:length(y)) 
    y[[kk]]<-y[[kk]][i]
  attributes(y)<-attributes(x)
  y  
}
isubirana/compareGroups documentation built on Jan. 31, 2024, 9:19 p.m.